home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / vvictor / vvdemo.dir / 00588.ls < prev    next >
Encoding:
Text File  |  1996-08-22  |  119 b   |  10 lines

  1. on exitFrame
  2.   global LCUM
  3.   if LCUM = 1 then
  4.     go("LKILL")
  5.   end if
  6.   if LCUM >= 2 then
  7.     go("ACUM")
  8.   end if
  9. end
  10.